home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / pc_board / hlp145an.zip / HLPE-CLR.ZIP / HLPFSCRN < prev    next >
Text File  |  1992-02-07  |  5KB  |  85 lines

  1. @CLS@
  2. @X0CFull Screen Editor - Keyboard Help
  3. @X04----------------------------------
  4.  
  5. @X03To use PCBoard's full screen editor you need to familiarize yourself with the
  6. functions listed below utilizing the PC's keyboard (or control sequences in
  7. case your system does not support the PC's specialized keyboard):
  8.  
  9. @X0F   @X0ACursor Movement             PC Keyboard       Control Keys   ANSI codes
  10. @X0F   @X0A---------------------       -----------       ------------   ----------
  11. @X0F   @X02Move Left a Character     @X0F  @X0ELeft Arrow      @X0F @X0E Ctrl-S         ESC[D
  12. @X0F   @X02Move Right a Character    @X0F  @X0ERight Arrow     @X0F @X0E Ctrl-D         ESC[C
  13. @X0F   @X02Move Left to Previous Word@X0F  @X0ECtrl-Left Arrow @X0F @X0E Ctrl-A
  14. @X0F   @X02Move Right to Next Word   @X0F  @X0ECtrl-Right Arrow@X0F @X0E Ctrl-F
  15. @X0F   @X02Move To Next Tab Stop     @X0F  @X0ETab Key         @X0F @X0E Ctrl-I
  16. @X0F   @X02Move To Start of Line     @X0F  @X0EHome Key        @X0F @X0E Ctrl-W         ESC[H
  17. @X0F   @X02Move To End of Line       @X0F  @X0EEnd Key         @X0F @X0E Ctrl-P         ESC[K
  18. @X0F   @X02Move Up a Line            @X0F  @X0EUp Arrow        @X0F @X0E Ctrl-E         ESC[A
  19. @X0F   @X02Move Down a Line          @X0F  @X0EDown Arrow      @X0F @X0E Ctrl-X         ESC[B
  20. @X0F   @X02Move Up a Page            @X0F  @X0EPgUp Key        @X0F @X0E Ctrl-R
  21. @X0F   @X02Move Down a Page          @X0F  @X0EPgDn Key        @X0F @X0E Ctrl-C
  22.  
  23. @X0F   @X0AEdit Function               PC Keyboard       Control Keys
  24. @X0F   @X0A---------------------       -----------       ------------
  25. @X0F   @X02Toggle Insert Mode        @X0F  @X0EIns Key           Ctrl-V
  26. @X0F   @X02Reformat Paragraph        @X0F  @X0ECtrl-B            Ctrl-B
  27. @X0F   @X02Join a Line               @X0F  @X0ECtrl-J            Ctrl-J
  28. @X0F   @X02Insert a Line             @X0F  @X0ECtrl-N            Ctrl-N
  29. @X0F   @X02Delete a Line             @X0F  @X0ECtrl-Y            Ctrl-Y
  30. @X0F   @X02Delete to End of Line     @X0F  @X0ECtrl-End          Ctrl-K
  31. @X0F   @X02Delete Char               @X0F  @X0EDel Key           Ctrl-G
  32. @X0F   @X02Delete Char to the Left   @X0F  @X0EBackspace         Ctrl-H
  33. @X0F   @X02Delete Word to the Right  @X0F  @X0ECtrl-T            Ctrl-T
  34.  
  35. @X0F   @X0ASpecial Functions      @X02   @X0F  @X0APC Keyboard       Control Keys
  36. @X0F   @X0A---------------------  @X02   @X0F  @X0A-----------       ------------
  37. @X0F   @X02Exit Full Screen Editor   @X0F  @X0EESC               Ctrl-U
  38. @X0F   @X02Redisplay Screen          @X0F  @X0ECtrl-L            Ctrl-L
  39. @X0F   @X02Quote or List Original    @X0F  @X0ECtrl-O            Ctrl-O or Ctrl-Q
  40.  
  41.  
  42. @X0AUsing the above keystrokes
  43. --------------------------
  44. @X02All systems should be able to use the Control Key method of performing the
  45. above functions (press and hold the CTRL key while typing the letter key that
  46. follows it in the above table).
  47.  
  48. @X02The more familiar PC Keyboard keys, such as the arrow keys, will work while on
  49. locally.  They will also work if your communications program is capable of
  50. either sending the actual keystroke (keyboard scan code) or an ANSI escape code
  51. equivalent through to the host system.
  52.  
  53. An example would be calling in from remote using Telix to connect to PCBoard
  54. and utilitizing either the 'Doorway Mode' so that keystrokes are passed
  55. directly on to PCBoard.
  56.  
  57. The ANSI escape codes are an alternate means of telling PCBoard to move the
  58. cursor around on the screen.  Some comm programs have a "Keyboard Emulation"
  59. feature makes use of these ANSI codes without the need for Doorway Mode.  Other
  60. comm packages may be able to program the ANSI escape codes into function keys.
  61.  
  62.  
  63. @X0AInsert Mode
  64. @X0A-----------
  65. While in 'Insert Mode' it should be noted that characters to the right of the
  66. cursor will be pushed one character to the right as each letter is typed.
  67.  
  68. Additionally, pressing the (Enter) key while in Insert Mode will cause a new
  69. line to be inserted.
  70.  
  71.  
  72. @X0BNON-PC KEYBOARD USERS PLEASE NOTE!
  73. @X0B----------------------------------
  74. @X03Some modems and packet switch environments will filter out CTRL-S keystrokes
  75. and interpret them to mean "stop sending data".  In these environments
  76. pressing @X0CCTRL-S@X03 will not move the cursor as expected - in fact it will
  77. appear to do nothing.  You will need to press @X0CCTRL-Q@X03 to get going again.
  78.  
  79. You can work around this by using @X0CCTRL-A@X03 which means move left to previous
  80. WORD rather than moving a character to the left.
  81.  
  82. Those of you who can send either an @X0CESC[D@X03 or the PC scan code for the Left
  83. Arrow will not encounter this problem and will never have to worry about it.
  84.  
  85.